HomeSort by relevance Sort by last modified time
    Searched defs:BestForm (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 244 /// BestForm - Choose the best form for integer.
246 static unsigned BestForm(bool IsSigned, uint64_t Int) {
405 /// BestForm - Choose the best form for data.
407 unsigned BestForm() const {
  /external/llvm/include/llvm/CodeGen/
DIE.h 115 /// BestForm - Choose the best form for integer.
117 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
691 /// BestForm - Choose the best form for data.
693 dwarf::Form BestForm(unsigned DwarfVersion) const {
725 /// BestForm - Choose the best form for data.
727 dwarf::Form BestForm() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
856 /// BestForm - Choose the best form for data.
858 dwarf::Form BestForm(unsigned DwarfVersion) const {
890 /// BestForm - Choose the best form for data.
892 dwarf::Form BestForm() const {

Completed in 528 milliseconds