Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DTapiFile.cpp33 Flags |= BasicSymbolRef::SF_Exported; in getFlags()
DMachOObjectFile.cpp1867 Result |= SymbolRef::SF_Exported; in getSymbolFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp46 if (Symbol.getFlags() & object::BasicSymbolRef::SF_Exported) in fromObjectSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DSymbolicFile.h111 SF_Exported = 1U << 6, // Symbol is visible to other DSOs enumerator
DELFObjectFile.h654 Result |= SymbolRef::SF_Exported; in getSymbolFlags()