Home
last modified time | relevance | path

Searched defs:AbbrevTableID (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp64 uint64_t AbbrevTableID = in getAbbrevTableInfoByID() local
DDWARFEmitter.cpp266 uint64_t AbbrevTableID, in writeDIE()
427 uint64_t AbbrevTableID = Unit.AbbrevTableID.value_or(I); in emitDebugInfo() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h116 std::optional<uint64_t> AbbrevTableID; member