Home
last modified time | relevance | path

Searched defs:isCode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp419 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp265 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1289 bool isCode = hdr->getType() == llvm::COFF::IMPORT_CODE; in parse() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1658 bool isCode = si->isText(); in processRelocationRef() local