Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
DLTOModule.cpp339 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCClass()
381 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCCategory()
401 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addObjCClassRef()
583 uint32_t attr = LTO_SYMBOL_DEFINITION_UNDEFINED;; in addAsmGlobalSymbolUndef()
623 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; in addPotentialUndefinedSymbol()
/external/llvm/include/llvm-c/
Dlto.h42 LTO_SYMBOL_DEFINITION_UNDEFINED = 0x00000400, enumerator
/external/llvm/tools/gold/
Dgold-plugin.cpp322 case LTO_SYMBOL_DEFINITION_UNDEFINED: in claim_file_hook()