Home
last modified time | relevance | path

Searched refs:isExternalSymbol (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h119 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() function
121 bool isLocalSymbol() const { return !isExternalSymbol(); } in isLocalSymbol()
DMachOLayoutBuilder.cpp88 if ((*Iter)->isExternalSymbol()) in updateDySymTab()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h503 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h509 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp221 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp228 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1841 ``isImmediate``, ``isGlobalAddress``, ``isExternalSymbol``,
1867 } else if (MO1.isExternalSymbol())
/external/llvm-project/llvm/docs/
DWritingAnLLVMBackend.rst1881 ``isImmediate``, ``isGlobalAddress``, ``isExternalSymbol``,
1907 } else if (MO1.isExternalSymbol())