OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCode
(Results
51 - 66
of
66
) sorted by null
1
2
3
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
123
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
122
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
123
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
122
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
123
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
128
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
123
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
128
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
123
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
128
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
123
bool
isCode
() const override;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
128
bool
isCode
() const override;
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
193
uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool
isCode
) {
200
if (
isCode
)
225
return allocateFromSlab(Size, Alignment, true /*
isCode
*/);
245
return allocateFromSlab(Size, Alignment, false /*
isCode
*/);
/external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp
235
MOCK_SYMBOL_ACCESSOR(
isCode
)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
883
bool
IsCode
= TSI->isText();
884
if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI,
IsCode
,
[
all
...]
/external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
788
bool DIARawSymbol::
isCode
() const {
[
all
...]
Completed in 1133 milliseconds
1
2
3