Home
last modified time | relevance | path

Searched defs:IsSectionRelative (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp488 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; emitValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp185 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue() argument