Home
last modified time | relevance | path

Searched full:callinstructionsize (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp430 W.printHex("CallInstructionSize", HeapAllocSite.Header.CallInstructionSize); in visitHeapAllocationSiteSym()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp444 W.printHex("CallInstructionSize", HeapAllocSite.CallInstructionSize); in visitKnownRecord()
DSymbolRecordMapping.cpp333 error(IO.mapInteger(HeapAllocSite.CallInstructionSize)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp444 W.printHex("CallInstructionSize", HeapAllocSite.CallInstructionSize); in visitKnownRecord()
DSymbolRecordMapping.cpp333 error(IO.mapInteger(HeapAllocSite.CallInstructionSize)); in visitKnownRecord()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp519 IO.mapRequired("CallInstructionSize", Symbol.CallInstructionSize); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp496 IO.mapRequired("CallInstructionSize", Symbol.CallInstructionSize); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h829 uint16_t CallInstructionSize = 0; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h836 uint16_t CallInstructionSize = 0; variable
/external/llvm-project/lld/test/COFF/
Dpdb-heapsite.yaml111 CallInstructionSize: 5
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1185 ulittle16_t CallInstructionSize; member
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp678 HAS.CallInstructionSize); in visitKnownRecord()