Searched defs:Linkage (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2204 GlobalValue::LinkageTypes Linkage = getDecodedLinkage(RawLinkage); local
2225 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2472 GlobalValue::LinkageTypes Linkage = getDecodedLinkage(RawLinkage); local
2493 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr,

Completed in 30 milliseconds