Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp257 void DwarfUnit::addInt(DIE &Die, dwarf::Attribute Attribute, in addInt() function in DwarfUnit
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1058 void addInt(int Val) { Result += std::to_string(Val); } in addInt() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1372 auto addInt = [&](int32_t tag, uint64_t val) { in computeContents() local