HomeSort by: relevance | last modified time | path
    Searched refs:isCode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolPublicSymbol.h 27 FORWARD_SYMBOL_METHOD(isCode)
IPDBRawSymbol.h 173 virtual bool isCode() const = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 146 bool isCode() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h 151 bool isCode() const override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp 420 bool NativeRawSymbol::isCode() const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 261 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode,
269 if (isCode)
298 return allocateFromSlab(Size, Alignment, true /* isCode */,
326 return allocateFromSlab(Size, Alignment, false /* isCode */, SectionName,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 732 bool IsCode = TSI->isText();
733 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode,
1238 bool isCode = si->isText();
1239 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 950 bool DIARawSymbol::isCode() const {

Completed in 25 milliseconds