MCPcopy Create free account
hub / github.com/GANGE666/xVMP / getDecodedDSOLocal

Function getDecodedDSOLocal

src/lib/Bitcode/Reader/BitcodeReader.cpp:925–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925static bool getDecodedDSOLocal(unsigned Val) {
926 switch(Val) {
927 default: // Map unknown values to preemptable.
928 case 0: return false;
929 case 1: return true;
930 }
931}
932
933static GlobalVariable::ThreadLocalMode getDecodedThreadLocalMode(unsigned Val) {
934 switch (Val) {

Callers 3

parseGlobalVarRecordMethod · 0.85
parseFunctionRecordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected