Home
last modified time | relevance | path

Searched refs:LTO_SYMBOL_DEFINITION_UNDEFINED (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/LTO/
DLTOModule.cpp285 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCClass()
324 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCCategory()
343 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCClassRef()
538 uint32_t attr = LTO_SYMBOL_DEFINITION_UNDEFINED; in addAsmGlobalSymbolUndef()
571 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addPotentialUndefinedSymbol()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp219 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCClass()
257 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCCategory()
277 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCClassRef()
420 uint32_t attr = LTO_SYMBOL_DEFINITION_UNDEFINED;; in addAsmGlobalSymbolUndef()
455 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addPotentialUndefinedSymbol()
/external/swiftshader/third_party/LLVM/include/llvm-c/
Dlto.h35 LTO_SYMBOL_DEFINITION_UNDEFINED = 0x00000400, enumerator
/external/llvm/include/llvm-c/
Dlto.h62 LTO_SYMBOL_DEFINITION_UNDEFINED = 0x00000400, enumerator
/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp323 case LTO_SYMBOL_DEFINITION_UNDEFINED: in claim_file_hook()