Home
last modified time | relevance | path

Searched refs:CallInstructionSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDSymbolRecordMapping.cpp333 error(IO.mapInteger(HeapAllocSite.CallInstructionSize)); in visitKnownRecord()
HDSymbolDumper.cpp444 W.printHex("CallInstructionSize", HeapAllocSite.CallInstructionSize); in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLSymbols.cpp496 IO.mapRequired("CallInstructionSize", Symbol.CallInstructionSize); in map()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h829 uint16_t CallInstructionSize = 0; variable
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp667 HAS.CallInstructionSize); in visitKnownRecord()